home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  873 b   |  30 lines

  1. on mouseUp
  2.   global photocast, moviecast, moviebtncast
  3.   if the visible of sprite photocast = 1 then
  4.     set the visible of sprite photocast to 0
  5.     set the castNum of sprite photocast to member "rep_photo_core"
  6.   end if
  7.   case the frame of
  8.     "2":
  9.       set targetcast to "01_├Ñy├áΓÇ░├½├Ü├¼├╗├¡├û.MOV"
  10.     "3":
  11.       set targetcast to "02_├«├¡1.MOV"
  12.     "5":
  13.       set targetcast to "04_├½D.MOV"
  14.     "6":
  15.       set targetcast to "06_├⌐╦£├¿ΓÇ₧├ç├â├¬l.MOV"
  16.     "7":
  17.       set targetcast to "07_├│├à├á┬ü.MOV"
  18.     "8":
  19.       set targetcast to "08_├⌐R├¼├╛2.MOV"
  20.     "11":
  21.       set targetcast to "10_├½├ì.MOV"
  22.   end case
  23.   set the castNum of sprite moviecast to member targetcast
  24.   set the visible of sprite moviecast to 1
  25.   set the visible of sprite moviebtncast to 1
  26.   set the visible of sprite 42 to 1
  27.   set the visible of sprite 43 to 1
  28.   puppetSound(1, "CLICK.aif")
  29. end
  30.